home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / wiz7help.zip / DSEDIT.TXT < prev    next >
Text File  |  1992-11-13  |  5KB  |  199 lines

  1.  
  2.  
  3.  
  4.                       DSEdit - Character Editor for Dark Savant
  5.  
  6.                            Version 1.0,  November 11, 1992
  7.  
  8.                            Copyright (C) 1992 Ted Stephens
  9.  
  10.  
  11.  
  12.           Disclaimer:
  13.  
  14.           This utility  is not  warranted to  do anything  at all.   It  is
  15.           provided  "as-is" only,  with no  other  warranties expressed  or
  16.           implied.  It may or may not perform according to the specs below.
  17.           Use this utility solely at your own risk.
  18.  
  19.  
  20.           IN NO EVENT  WILL I BE LIABLE  TO YOU FOR ANY  DAMAGES, INCLUDING
  21.           ANY  LOST   PROFITS,  LOST   SAVINGS  OR   OTHER  INCIDENTAL   OR
  22.           CONSEQUENTIAL DAMAGES ARISING OUT OF YOUR USE OR INABILITY TO USE
  23.           THE PROGRAM, OR FOR ANY CLAIM BY ANY OTHER PARTY.
  24.  
  25.           License:
  26.  
  27.           DSEdit is provided as freeware.  There is are  no restrictions on
  28.           its use,  except that  it may  not be  sold or  distributed on  a
  29.           commercial  basis or  with a  commercial package,  nor may  it be
  30.           distributed  in any  modified  form, nor  may  it be  distributed
  31.           without  this license notice  and documentation file.  The author
  32.           reserves all rights to the source code and executable code.
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                           1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                       DSEdit - Character Editor for Dark Savant
  71.  
  72.                            Version 1.0,  November 11, 1992
  73.  
  74.                            Copyright (C) 1992 Ted Stephens
  75.  
  76.  
  77.  
  78.  
  79.           DSEdit will allow you to edit your save game party.  
  80.  
  81.                USAGE: DSEdit <filename.ext>
  82.  
  83.           Field movements are as follows.
  84.                <Tab>          Next field
  85.                <BackTab>      Previous field
  86.                <Arrow Keys>   Moves direction of arrows
  87.                <CtrlPgUp>     Previous character
  88.                <CtrlPgDn>     Next character
  89.                <CtrlEnter>    Exit editor with saving prompt
  90.  
  91.           Spell Picklists
  92.                Press <F2> for a list of spell
  93.                Known spells will be selected
  94.                To add or remove spells press the space bar
  95.                Press <Enter> to exit and save
  96.                Press <ESC> to exit NO save
  97.  
  98.           Item Picklists
  99.                Press <F2> for list of items
  100.                Press <F3> for usage count
  101.                Select item then press <Enter>
  102.                Press <ESC> to exit NO save
  103.  
  104.           Item Count Window
  105.                Press <ESC> to exit NO save
  106.                Press <CtrlEnter> to exit and save changes
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                           2
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.                       DSEdit - Character Editor for Dark Savant
  137.  
  138.                            Version 1.0,  November 11, 1992
  139.  
  140.                            Copyright (C) 1992 Ted Stephens
  141.  
  142.  
  143.  
  144.  
  145.           Limitations:
  146.                I did not  figure out how to get the  pictures to match
  147.                the items added.   The work around this is to  drop the
  148.                items in  the game then  pick them back  up.   The game
  149.                will assign the correct picture to the items.
  150.  
  151.           Extras:
  152.  
  153.  
  154.           Notes:
  155.                Thanks to W.F. Peterson for his character record layout
  156.                and  C source code with the skills, spell, professions,
  157.                races and logic  to decode the spell  storage.  Written
  158.                in   Borland   Pascal   with   routines   from   Object
  159.                Professional.  Source code is free for the asking.
  160.  
  161.           Revisions:
  162.  
  163.                1.0  November 11, 1992 Initial release.
  164.                1.1  November 13, 1992 Update
  165.                     Fixed bug in hit points, stamina points not being saved
  166.                     Add Alt-D to delete an item
  167.                     Add a help message to count window
  168.                     Change logic to set all characters to Max at startup
  169.  
  170.           Credits:
  171.  
  172.                Borland Pascal is a registered trademark of Borland
  173.                   International.
  174.                Object Professional is a registered trademark of TurboPower
  175.                   Software.
  176.  
  177.           Author:
  178.                Send all comments, bugs, etc. to:
  179.  
  180.                     Ted Stephens             Home Phone (614)-793-2296
  181.                     2980 Sawdust Ln.         Work Phone (614)-276-5000
  182.                     Dublin, OH 43017              CIS 76515,3433
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.                                           3
  196.  
  197.  
  198.  
  199.